From: Michael R. Crusoe Date: Sat, 14 Dec 2024 18:47:40 +0000 (+0100) Subject: use the simde header library for greater compatibility X-Git-Tag: archive/raspbian/0.1+git20221215.85f159e-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c661e5c4d47b4b39e1d43b4d5e0aa78fb022e096;p=fermi-lite.git use the simde header library for greater compatibility Gbp-Pq: Name simde --- diff --git a/ksw.c b/ksw.c index 71f2635..684a537 100644 --- a/ksw.c +++ b/ksw.c @@ -25,7 +25,8 @@ #include #include -#include +#define SIMDE_ENABLE_NATIVE_ALIASES +#include #include "ksw.h" #ifdef __GNUC__